home *** CD-ROM | disk | FTP | other *** search
- #ifndef _TRISTATEBUTTON_H_
- #define _TRISTATEBUTTON_H_
-
- #ifndef _BUTTON_H_
- #include <pm/Button.h>
- #endif
-
- @interface TriStateButton : Button //<Archiving>
- {
- }
-
- - initWithId: (ULONG) anId andFlags: (ULONG) flags in: (Window *) parent;
-
- /*
- * Methods for protocol "Archiving"
- */
- -read: (TypedStream *) aStream;
- -write: (TypedStream *) aStream;
-
- /*- read: (TypedStream *) aStream;
- - write: (TypedStream *) aStream;
- - awake;*/
-
- @end
-
- #endif
-